projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bfcf20
)
Free the parser when we're done.
author
robertl
<robertl>
Sat, 20 Dec 2003 22:58:12 +0000
(22:58 +0000)
committer
robertl
<robertl>
Sat, 20 Dec 2003 22:58:12 +0000
(22:58 +0000)
gpx.c
patch
|
blob
|
history
diff --git
a/gpx.c
b/gpx.c
index aed3eb33dcd2a9b74c91cdc3346d53169c49e704..14e71db729ff36aaa00c0818c628351d1fc69432 100644
(file)
--- a/
gpx.c
+++ b/
gpx.c
@@
-881,6
+881,8
@@
gpx_rd_deinit(void)
if (fd) {
fclose(fd);
}
+ XML_ParserFree(psr);
+ psr = NULL;
}
void